curve testing - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

curve testing - перевод на русский

TERM IN SOFTWARE ENGINEERING
GUI Testing; GUI testing; GUI software testing

curve testing      

математика

проверка кривой

usability testing         
TECHNIQUE USED IN USER-CENTERED INTERACTION DESIGN TO EVALUATE A PRODUCT BY TESTING IT ON USERS
Usability study; UI Testing; Usability test; Hallway testing; Hallway usability testing; Usability Testing; User testing; UX testing; User study; User test; Guerrilla usability

общая лексика

проверка удобства использования

проверка способности системы корректно функционировать в точном соответствии с процессами и действиями, осуществляемыми конечными пользователями в привычной для них среде. В процессе исследования проводится анализ удобства пользовательского интерфейса и функциональности системы

Смотрите также

functional testing

user test         
TECHNIQUE USED IN USER-CENTERED INTERACTION DESIGN TO EVALUATE A PRODUCT BY TESTING IT ON USERS
Usability study; UI Testing; Usability test; Hallway testing; Hallway usability testing; Usability Testing; User testing; UX testing; User study; User test; Guerrilla usability
испытания, проводимые заказчиком

Определение

Bezier curve
<graphics> A type of curve defined by mathematical formulae, used in computer graphics. A curve with coordinates P(u), where u varies from 0 at one end of the curve to 1 at the other, is defined by a set of n+1 "control points" (X(i), Y(i), Z(i)) for i = 0 to n. P(u) = Sum i=0..n [(X(i), Y(i), Z(i)) * B(i, n, u)] B(i, n, u) = C(n, i) * u^i * (1-u)^(n-i) C(n, i) = n!/i!/(n-i)! A Bezier curve (or surface) is defined by its control points, which makes it invariant under any affine mapping (translation, rotation, parallel projection), and thus even under a change in the axis system. You need only to transform the control points and then compute the new curve. The control polygon defined by the points is itself affine invariant. Bezier curves also have the variation-diminishing property. This makes them easier to split compared to other types of curve such as Hermite or B-spline. Other important properties are multiple values, global and local control, versatility, and order of continuity. [What do these properties mean?] (1996-06-12)

Википедия

Graphical user interface testing

In software engineering, graphical user interface testing is the process of testing a product's graphical user interface (GUI) to ensure it meets its specifications. This is normally done through the use of a variety of test cases.

Как переводится curve testing на Русский язык